How to create a nginx web server with ansible
If you want to create, configure and deploy one Nginx web server with ansible as infrastructure tool, here are on the right place.
1.- Create and configure your project:
2.- Run this command (Mac OS):
ansible-playbook -i inventories/localhost.yml playbooks/nginx-server.yml -e "@group_vars/all.yml" --ask-become-pass
3.- You will see the results it the browser:
( 3
min )